projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8331e67
)
(describe-key-briefly): When INSERT, put cmd name in `...'.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 14 May 1998 05:23:24 +0000
(
05:23
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 14 May 1998 05:23:24 +0000
(
05:23
+0000)
lisp/help.el
patch
|
blob
|
history
diff --git
a/lisp/help.el
b/lisp/help.el
index fdd5c278519b4cc3362ca89b17c72f3371676ea3..4357963baa50d17f0f76f6563c5e3899c9dfee8d 100644
(file)
--- a/
lisp/help.el
+++ b/
lisp/help.el
@@
-240,7
+240,7
@@
If INSERT (the prefix arg) is non-nil, insert the message in the buffer."
(if (or (null defn) (integerp defn))
(princ (format "%s is undefined" key-desc))
(princ (format (if insert
- "
%s (%s
)"
+ "
`%s' (`%s'
)"
(if (windowp window)
"%s at that spot runs the command %s"
"%s runs the command %s"))